Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Net452 from API project #2164

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Remove Net452 from API project #2164

merged 1 commit into from
Jul 20, 2021

Conversation

cijothomas
Copy link
Member

@cijothomas cijothomas commented Jul 20, 2021

Part of #2138

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Design discussion issue #
  • Changes in public API reviewed

@cijothomas cijothomas requested a review from a team July 20, 2021 06:18
@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

Merging #2164 (b0e27ce) into main (d894c16) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2164      +/-   ##
==========================================
- Coverage   85.17%   85.08%   -0.09%     
==========================================
  Files         186      186              
  Lines        6096     6095       -1     
==========================================
- Hits         5192     5186       -6     
- Misses        904      909       +5     
Impacted Files Coverage Δ
...emetry.Api/Context/AsyncLocalRuntimeContextSlot.cs 100.00% <ø> (ø)
...elemetry.Api/Context/RemotingRuntimeContextSlot.cs 0.00% <ø> (-42.86%) ⬇️
src/OpenTelemetry.Api/Context/RuntimeContext.cs 79.16% <ø> (-0.84%) ⬇️
...rc/OpenTelemetry.Exporter.Zipkin/ZipkinExporter.cs 87.64% <ø> (ø)
...Telemetry.Exporter.Zipkin/ZipkinExporterOptions.cs 100.00% <ø> (ø)
...emetry.Api/Internal/OpenTelemetryApiEventSource.cs 82.35% <0.00%> (+2.94%) ⬆️

@reyang
Copy link
Member

reyang commented Jul 20, 2021

Ping back from #2138.

@@ -0,0 +1,4 @@
override OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Get() -> T
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these were part of netstandard2.0 already and now it'll be part of net461 as well. since we haven't shipped this in net461, putting this under unshipped.txt

@cijothomas cijothomas merged commit bb08e7b into main Jul 20, 2021
@cijothomas cijothomas deleted the cijothomas/net452removeapi branch July 20, 2021 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants